DataCollection | ComponentOne
C1.DataCollection Assembly / C1.DataCollection Namespace / C1EditableDataCollection<T> Class / GroupDescriptions Property

In This Topic
    GroupDescriptions Property (C1EditableDataCollection<T>)
    In This Topic
    Gets the group descriptions applied to the data.
    Syntax
    'Declaration
     
    Public Overridable ReadOnly Property GroupDescriptions As IReadOnlyList(Of GroupDescription)
    public virtual IReadOnlyList<GroupDescription> GroupDescriptions {get;}
    See Also